home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 2 / PC World Interactive 2 - Eylül 1997.iso / shar / graf / il7try.exe / IL7TRY / ARCHIVE.Z / AIRes.dll / TEXT / 700 < prev    next >
Text File  |  1997-05-19  |  632b  |  31 lines

  1. 14 dict begin
  2. /FontInfo 8 dict dup begin
  3. /FullName (%s) def
  4. /FamilyName (%s) def
  5. /Weight (%s) def
  6. /ItalicAngle %d def
  7. /isFixedPitch %s def
  8. /UnderlinePosition %d def
  9. /UnderlineThickness %d def
  10. end def
  11. /FontName /%s def
  12. /PaintType %d def
  13. /FontType %d def
  14. /FontMatrix [%d %d div %d %d %d %d div %d %d] def
  15. /_FEbuf 2 string def
  16. /_FEglyph (G  ) def
  17. /_FE {
  18.     1 exch {
  19.         dup
  20.         16 _FEbuf cvrs _FEglyph exch 1 exch putinterval 1 index exch _FEglyph
  21.         cvn put
  22.     } for
  23. } def
  24. /Encoding 256 array
  25. 0 1 255 { 1 index exch /.notdef put } for
  26. %d %d _FE
  27. def
  28. /FontBBox { %d %d %d %d } def
  29. currentdict end
  30. currentfile eexec
  31.